home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / sting / shttpd20 / shttpd.cfg < prev    next >
Text File  |  1997-10-14  |  1KB  |  70 lines

  1. ;
  2. ;
  3. ;                     Fichier de configuration de sHTTPd
  4. ;
  5. ;
  6. ;
  7. ; ~~~~~~~~~~~~~~~~~ !!!! WARNING !!!! ~~~~~~~~~~~~~~~~~~
  8. ;
  9. ;
  10. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. ;
  12. ;     ALL FILES IN PATHS DEFINED IN THIS FILE MAY BE
  13. ;
  14. ;                         SEE or EXECUTE by a CLIENT
  15. ;
  16. ;                                     by a CLIENT
  17. ;
  18. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. ;
  20. ;     TOUS LES FICHIERS CONTENUS DANS LES CHEMINS INDIQUES 
  21. ;
  22. ;                         PEUVENT ETRE VU OU EXECUTE
  23. ;
  24. ;                                     PAR UN CLIENT
  25. ;
  26. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. ;
  28. ;
  29. ; -All path are termined by '\'
  30. ; -Tabulations accepted
  31. ;
  32. ;
  33. ; Logfile (first) path debug level (0,1,2) and maximum size in Kb
  34. ;
  35. LOG         H:\SERVEUR\HTTPD\SHTTPD\SHTTPD.LOG
  36. ;DEBUG        2
  37. MAXSIZE    20
  38. ;
  39. ; File about all mime registred types, extentions and definition
  40. ;
  41. MIME        H:\SERVEUR\HTTPD\SHTTPD\MIME.UG
  42. ;
  43. ;
  44. ; List of available path for searching non-executable files
  45. ;
  46. HTML        H:\SERVEUR\HTTPD\SHTTPD\DEMO\HTML\
  47. HTML        H:\SERVEUR\HTTPD\SHTTPD\DEMO\HTML\PICTURE\
  48. ;
  49. ;
  50. ;
  51. ; List of available path for searching executable files and batch files (*.BAT)
  52. ;
  53. BIN         H:\SERVEUR\HTTPD\SHTTPD\DEMO\CGI-BIN\
  54. BIN         E:\SERVERS\BIN\
  55. BIN         D:\MUPFEL\SCRIPT\HTTP\
  56. ;
  57. ;
  58. ; Terminal customisation
  59. ;
  60. COLUMNS    75
  61. LINES        25
  62. ;
  63. ; Path of command interpret batch files
  64. ; ( if not defined in environnement as 'SHELL=' )
  65. ;
  66. ;SHELL     C:\HOME\MUPFEL.TTP
  67. ;
  68. ;
  69. ;
  70.